home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P76 < prev    next >
Text File  |  1994-02-13  |  3KB  |  59 lines

  1.  
  2.  
  3.  
  4.  
  5.      The TriBBS Bulletin Board System                                    76
  6.  
  7.                When entering the search string, the caller can use a
  8.                boolean expression with up to 10 separate strings in the
  9.                expression.  The ampersand <&> is used for a logical AND
  10.                operator and the pipe <|> is used for a logical OR operator. 
  11.                When evaluating a boolean expression, TriBBS evaluates it in
  12.                a strictly left-to-right fashion.  Here are a few examples
  13.                of legitimate boolean expressions:
  14.  
  15.                tribbs | goodwin
  16.                     would search and display any files that contain either
  17.                     "tribbs" or "goodwin".
  18.  
  19.                tribbs & goodwin
  20.                     would search and display any files that contain both
  21.                     "tribbs" and "goodwin".
  22.  
  23.           E,E,Edit Batch Queue,security level
  24.                Pressing <E> allows the caller to delete files from the
  25.                batch queue that the caller has created by flagging files. 
  26.                TriBBS will display the name, the length, and the estimated
  27.                download time for each file in the batch queue.
  28.  
  29.           U,U,Upload File,security level
  30.                Pressing <U> will let the caller upload a file.  TriBBS will
  31.                prompt the caller for the filenames and descriptions for the
  32.                files to be uploaded.  If a blank description is entered for
  33.                a file, TriBBS will attempt to extract and use either a
  34.                FILE_ID.DIZ or DESC.SDI description file for the file's
  35.                description.  In order for TriBBS to be able to find and
  36.                extract a description file, the proper decompression utility
  37.                must be in the DOS PATH.  If the call is a remote call,
  38.                TriBBS will ask the caller to select an appropriate
  39.                protocol.  If the call is a local call, the appropriate
  40.                files must be in the file area's file path.
  41.  
  42.           D,D,Download File,security level
  43.                Pressing <D> will let the caller download one or more files. 
  44.                TriBBS will prompt the caller for the names of the files to
  45.                be downloaded.  After entering a blank line, TriBBS will ask
  46.                the caller to select an appropriate protocol if the caller
  47.                hasn't selected a default protocol.  You should note that
  48.                this menu option is not available to local calls.
  49.  
  50.                If the caller is using a bidirectional protocol, it is
  51.                possible to upload a file while downloading a file.  After
  52.                each download, TriBBS will check the TRANSFER directory to
  53.                see if any files were uploaded during the download.  If a
  54.                file (or files) is found and it isn't already in one of the
  55.                board's file area, TriBBS will prompt the caller to enter a
  56.                description.
  57.  
  58.  
  59.